.color{
    color: #5D5B6A;
  }
  .color:hover{
    color: #00db00;
  }
  
  .hide { 
    display: none; 
    opacity: 0; 
  }
  .how { 
    display: block; 
    opacity: 1; 
  } 
  
  #Anutrickz_translateBTN { 
    position:absolute;
    top:22px;
    cursor: pointer;
    right:52px; 
    font-weight: 900;
    color: #5D5B6A;
    z-index: 99; 
    transition: .1s all;
  }
  #Anutrickz_translateBTN svg{
    width:24px;
    height:24px;
  } 
  #Anutrickz_translateBTN svg:hover{
    color: #00db00;
  }
  .userProfile  { 
    stroke: #5D5B6A; 
    fill: none!important;
    /* margin-left: 760%; */
    stroke-linecap: round; 
    stroke-linejoin: round; 
    font-weight: 800;
   }
   .post-bottom svg,
   .ATSearch svg:hover{
     stroke: #00db00;
     cursor: pointer;
   }
   .userProfile:hover{
     stroke: #00db00;
     cursor: pointer;
   }
  #ATLang_list { 
    width: 10rem; 
    right: 0px; 
    box-shadow: 0 0 15px rgb(0 0 0 / 7%); 
    border-radius: 0.5rem; 
    position: absolute; 
    z-index: 9999; 
    background: #fff; 
    top: 100%; 
    color: #000;
  }
  #ATLang_list li { 
    list-style: none; 
    line-height: 1.5rem; 
    font-size: .875rem; 
    font-weight: 600;
    cursor:pointer; 
    padding-left: 0.75rem; 
    padding-right: 0.75rem; 
    padding-top: 0.25rem; 
    padding-bottom: 0.25rem;
  } 
  #ATLang_list ul{margin:0 auto} 
  #Anutrickz_translateBTN.hover #ATLang_list{display:block}
  .language-active {color: #63bc63;}
  .language-list{cursor:pointer;margin:3px;align-items:center;}
  .language-list:hover{
    background-color: #E0F2F1; 
  }
  
  #goog-gt-tt,.goog-te-banner-frame{display:none!important}
  
  #loan_title {
    text-align: center;
    color: #777777;
    font-family: 'Audiowide', cursive;
    font-size:2.5rem;
    margin: 0 4.5em;
    margin-bottom: 1.5rem;
    margin-top: 5rem;
  }
#loan__para {
	text-align: center;
	color: hsl(229, 8%, 60%);
  
}
  @media screen and (max-width:992px){
    #loan_title{
      margin-top: 5rem;
    }
    #footer{
      margin-top: 50px;
    }
  }  
  
  
  #progress {
  position: fixed;
  bottom: 20px;
  right: 2%;
  height: 65px;
  width: 65px;
  display: none;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999999;
  animation: ripple 0.7s linear infinite;
  }
  @keyframes ripple {
  0% {
    box-shadow: 
    0 4px 10px rgba(102, 102, 102, 0.1), 
    0 0 0 0 rgba(102, 102, 102, 0.1), 
    0 0 0 5px rgba(102, 102, 102, 0.1), 
    0 0 0 10px rgba(102, 102, 102, 0.1);
  }
  100% {
    box-shadow: 
    0 4px 10px rgba(102, 102, 102, 0.1), 
    0 0 0 5px rgba(102, 102, 102, 0.1), 
    0 0 0 10px rgba(102, 102, 102, 0.1), 
    0 0 0 20px rgba(102, 102, 102, 0);
  }
  }
  #progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  font-weight: 900;
  color: #323232;
  z-index: 999999;
  }
  #progress-value:hover{
    color: #00db00;
  }
          
  
  
/* Footer */
#footer{
    margin-top: 100px;
  }
  .footer {
  background: #f9fff9;
  padding: 0 0 30px 0;
  font-size: 14px;
  }
  .footer .footer-newsletter {
    padding: 50px 0;
    background: #f6f9ff;
    border-top: 1px solid #e1ecff;
  }
  .footer .footer-newsletter h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: 'Audiowide', cursive;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #00db00;
    text-decoration: none;
  }
  .section-title .newsletter{
  line-height: 30px;
  }
  .footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
  }
  
  .footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
  }
  
  .footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #00db00;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  }
  
  .footer .footer-newsletter form input[type=submit]:hover {
  background: #14eb6e;
  }
  
  .footer .footer-top {
    background: white url(../Img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e4ffe4;
  border-bottom: 1px solid #e4ffe4;
  padding: 60px 0 30px 0;
  }
  
  @media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
  }
  
  .footer .footer-top .footer-info {
  margin-bottom: 30px;
  }
  
  .footer .footer-top .footer-info .footerLogo {
  line-height: 0;
  margin-bottom: 15px;
  font-family: 'Audiowide', cursive;
  text-decoration: none;
  }
  
  .footer .footer-top .footer-info .footerLogo img {
    max-height: 40px;
    margin-right: 6px;
  }
  .footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #00db00;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  text-decoration: none;
  }
  
  .footer .footer-top .footer-info .footerLogo span {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #00db00;
  font-family: 'Audiowide', cursive;
  line-height: 20px;
  text-decoration: none;
  }
  
  .footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgb(193, 193, 193);
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  }
  
  
  .footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #777777;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
  text-decoration: none;
  }
  
  .footer .footer-top .social-links a:hover {
  color: #5D5B6A; 
  text-decoration: none;
  }
  
  
  .footer .footer-top .footer-links {
  margin-bottom: 30px;
  }
  
  .footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  }
  
  .footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgb(193, 193, 193);
  font-size: 12px;
  line-height: 0;
  }
  
  .footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  }
  
  .footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
  }
  
  .footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  }
  
  .footer .footer-top .footer-links ul a:hover {
  color: #5D5B6A;
  padding-left: 5px;
  text-decoration: none;
  }
  
  .footer .footer-top .footer-contact p {
  line-height: 26px;
  }
  
  .footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #777777;
  }
  
  
  .sticky {
  position:sticky;
  background-color: #fff;
  transition: .2s all;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  }
  nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  z-index: 99;
  }
  nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 50px;
  }
  .navbar .logo a{
  font-size: 30px;
  color: #00db00;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Audiowide', cursive;
  }
  nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
  }
  nav .navbar .links{
  display: flex;
  }
  
  nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
  }
  nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #5D5B6A;
  font-size: 15px;
  font-weight: 700;
  }
  nav .navbar .links li a:hover{
  color: #00db00;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .asset-arrow,
  .links li:hover .stock-arrow,
  .links li:hover .community-arrow{
  transform: rotate(180deg);
  }
  nav .navbar .links li .arrow{
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #5D5B6A;
  cursor: pointer;
  transition: all 0.3s ease;
  }
  nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 36px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  border-top: 3px solid #00db00;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .asset-sub-menu,
  nav .navbar .links li:hover .stock-sub-menu,
  nav .navbar .links li:hover .community-sub-menu{
  display: block;
  }
  .navbar .links li .sub-menu li{
  padding: 0 32px;
  border-bottom: 1px solid #f9f9f9;  
  }
  .navbar .links li .sub-menu a{
  color: #5D5B6A;
  font-size: 16px;
  font-weight: 500;
  }
  .navbar .links li .sub-menu a:hover{
  color: #00db00;
  }
  .navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
  }
  .navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
  }
  .navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
  }
  .links li .sub-menu .more:hover .more-sub-menu{
  display: block;
  }
  .navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
  }
  .navbar .search-box i{
  margin-left: -70%;
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #5D5B6A;
  font-weight: 600;
  cursor: pointer;
  /* transition: all 0.3s ease; */
  }
  .navbar .search-box i:hover{
  color: #00db00;
  }
  
  .navbar .nav-links .sidebar-logo{
  display: none;
  }
  .navbar .bx-menu{
  display: none;
  }
  @media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
  }
  @media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #ffffff;
    line-height: 40px;
    padding: 20px;
    overflow-y: scroll;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #00db00;
    font-weight: 700;
    font-family: 'Audiowide', cursive;
  }
  .sidebar-logo{
    border-bottom:2px solid #e6e6e6b1;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #5D5B6A;
      font-weight: 900;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
  nav .navbar .links li{
    display: block;
  }
  nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
  }
  nav .navbar .links li .sub-menu li{
  border-bottom: none;
  
  }
  .navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .asset-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  
  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .asset-sub-menu,
  nav .navbar .links li:hover .stock-sub-menu,
  nav .navbar .links li:hover .community-sub-menu{
    display: none;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .asset-sub-menu,
  .navbar .nav-links.show4 .links .stock-sub-menu,
  .navbar .nav-links.show5 .links .community-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .asset-arrow,
    .navbar .nav-links.show4 .links .stock-arrow,
    .navbar .nav-links.show5 .links .community-arrow{
        transform: rotate(180deg);
  }
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
  }
  @media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
  } 
  
  }
  

  #api {  
    position: fixed;
  bottom: 5px;
  left: 2%;
  height: 75px;
  width: 75px;
  display: none;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999999;
 }  
 @keyframes ripple1 {
  0% {
    box-shadow: 
    0 4px 10px rgba(102, 102, 102, 0.1), 
    0 0 0 0 rgba(102, 102, 102, 0.1), 
    0 0 0 5px rgba(102, 102, 102, 0.1), 
    0 0 0 10px rgba(102, 102, 102, 0.1);
  }
  100% {
    box-shadow: 
    0 4px 10px rgba(102, 102, 102, 0.1), 
    0 0 0 5px rgba(102, 102, 102, 0.1), 
    0 0 0 10px rgba(102, 102, 102, 0.1), 
    0 0 0 20px rgba(102, 102, 102, 0);
  }
  }
 #api #api-value:hover {  
  color: #00db00;  
 }  
 #api #api-value{
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  border: 6px solid #00db00;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  font-size: 25px;
  color: #323232;
  z-index: 999999;
  animation: ripple1 0.7s linear infinite;
 }



.floatSocial {
  list-style: none;
  position: fixed;
  top: 60%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 99999999999999999999;
}
.floatSocial .floatingSocial a {
  display: block;
  margin-left: -2px;
  height: 60px;
  width: 60px;
  border-radius: 0 25px 25px 0;
  border: 2px solid #000;
  background: #FFF;
  margin-bottom: 1em;
  transition: all 0.4s ease;
  color: #2980b9;
  text-decoration: none;
  line-height: 60px;
  position: relative;
}
.floatSocial .floatingSocial a:hover {
  cursor: pointer;
  width: 180px;
  color: #fff;
}
.floatSocial .floatingSocial a:hover span {
  left: 0;
}
.floatSocial .floatingSocial a span {
  padding: 0 30px 0 15px;
  position: absolute;
  left: -120px;
  transition: left 0.4s ease;
}
.floatSocial .floatingSocial a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.5em;
}
.floatSocial .floatingSocial .twitter {
  background: rgba(230, 126, 34, 0.1);
  background: #3098d91b;
  border-color: #009dff;
  color: #009dff;
}
.floatSocial .floatingSocial .twitter:hover {
  background: #009dff;
}
.floatSocial .floatingSocial .facebook {
  background: rgba(34, 167, 240, 0.1);
  border-color: #22A7F0;
  color: #22A7F0;
}
.floatSocial .floatingSocial .facebook:hover {
  background: #22a7f0;
}
.floatSocial .floatingSocial .instagram {
  background: rgba(210, 82, 127, 0.1);
  border-color: #D2527F;
  color: #D2527F;
}
.floatSocial .floatingSocial .instagram:hover {
  background: #d2527f;
}

/* entypo */
[class*=entypo-]:before {
  font-family: "entypo", sans-serif;
}



 

.containerForm{
    background-color: #ffffff;
    width: 80%;
    min-width: 420px;
    padding: 35px 50px;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    margin-top: 25%;
    border-radius: 10px;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.containerForm h1{
    font-size: 30px;
    text-align: center;
    color: #1c093c;
}
.containerForm p{
    position: relative;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
}
#cryptoCalc{
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 35px 50px;
    width: 80%;
    min-width: 420px;    
    position: relative;
    margin: 30px auto 0 auto;
}
.cryptoRow{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    grid-gap: 20px 30px;
    margin-bottom: 20px;
}
.cryptoForm-label{
    color: #1c093c;
    font-size: 14px;
}
.cryptoForm-control{
    width: 100%;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1.2px solid #c4cae0;
    margin-top: 5px;
}
#tax{
    display: flex;
    align-items: center;
    width: 250px;
}
.cryptoForm-control:focus{
    outline: none;
    border-color: #00db00;
}
#cryptoCalc .cryptoBtn{
    width: 100px;
    border: none;
    outline: none;
    padding: 10px 20px;
    background: linear-gradient(130deg,#6cfd6c,#00db00);
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}
.colorTable{
    color: #777777;
    font-weight: 700;
    border: none;
    outline: none;
  }
    .tableHead{
    max-width: 75em;
    margin: 0 6%;
  }
  .table-wrap {
    overflow-x:auto;
    border: 1px solid rgb(233, 233, 233);
    height: 100px; 
    background-color: #fff;
  }
  .cryptoTable {
    min-width: 700px !important;
    width: 100%;
    border: none;
  }
  .cryptoTable thead.thead-primary {
    background: #1089ff; 
    color: #fff;
    border: none;
    outline: none;
  }
  .cryptoTable thead th {
    border: none;
    padding: 10px 10px;
    font-size: 17px;
    color: #fff; 
  }
  .cryptoTable tr td{
    text-align: center;
  }